home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [67].lua < prev    next >
Encoding:
Text File  |  2011-10-07  |  723 b   |  15 lines

  1. -- Script [67]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. SetStartingEvent(ScriptID, false);
  6.  
  7. CrewID = math.random(0, CrewCount);
  8. CrewName = GetCrewName(CrewID);
  9. SetIntFlag(6, CrewID);
  10.  
  11. ShowStoryText("Feeling that the exploration is progressing at a fine pace, you decide to retire to your cabin earlier than usual for the night. Upon doing so, you are shocked to discover that " .. CrewName .. " is hunched over your ship's manifest. He is scrawling a note and preparing to attach it to the foot of what you immediately recognise as Marwood's nasty old carrier pigeon. A spy in your midst!");
  12.  
  13. AddChoice("Kill him. You have no time for spies on your crew.", "[68]");
  14.  
  15. AddChoice("Let him live... you have a plan.", "[69]");